home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch file uses simple DOS commands to implement
- echo a remote Shell-to-DOS from TinyHost
- echo
- echo The following line would install WATCHDOG for COM1
- echo if it were available and the rem were removed
- echo
- rem WATCHDG1 ON
- rem The following line redirects DOS input
- CTTY COM%1
- C:\COMMAND.COM
- rem WATCHDG1 OFF